From e4136ac70d1d8117d5636ee31352eb13b685eacc Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 11 Dec 2003 17:00:43 +0000 Subject: [PATCH] Add check to 'changes.html', too. --- gpsbabel/chkdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gpsbabel/chkdoc b/gpsbabel/chkdoc index 871e8f8c3..ee7409a51 100755 --- a/gpsbabel/chkdoc +++ b/gpsbabel/chkdoc @@ -12,6 +12,12 @@ do ECODE=1 fi + if ! grep -qi $TYPE ~/src/babelweb/changes.html + then + echo $TYPE is not documented in changes.html. + ECODE=1 + fi + if ! grep -qi "^ $TYPE$" README then echo $TYPE is not documented in README. -- 2.30.2